SftTabs/NET 6.0

ForeColorActive Property, TabClass Class

Softel vdm, Inc.

Defines the tab's foreground color when it is the active tab. The new, identical ForeColorSelected property should be used instead.

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property ForeColorActive As Color

C#   

public Color ForeColorActive { get; set; }

C++   

public: property Color ForeColorActive {
        Color get();
        void set(Color value);
}

Property Value

The tab's foreground color when it is the active tab.

The default value is Color.Empty.

Comments

The ForeColorActive property defines the tab's foreground color when it is the active tab. The new, identical ForeColorSelected property should be used instead.

This property has been replaced by the new, identical ForeColorSelected property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com